################################################################################
##
##   Hack Title:		easyUCP Anti Robotic Register Flood (by Smartor) add on
##   
##   Hack Author:		AmigaLink < Amiga@ms25.de >  
##			
##			
##			
##
##   Installation Level:	Easy 
##   Installation Time:		1 Minutes 
##
##   Files To Edit:		1
##				\includes\usercp_register.php
##
################################################################################
##
##  This hack is released under the GPL License. 
##
################################################################################
#
#----------[ OPEN ]-------------------------------------
#

\includes\usercp_register.php

#
#----------[ FIND ]-------------------------------------
#

	else
	{
		$template->assign_block_vars('switch_validation', array() );

#
#----------[ REPLACE WITH ]-----------------------------
#

	if ( $mode == 'register' )
	{
		$template->assign_block_vars('switch_ucp_require.switch_validation', array());

#
#----------[ SAVE AND CLOSE ALL FILES ]-----------------
#
#     EoM
#